home *** CD-ROM | disk | FTP | other *** search
/ Risc World 3 / Risc World 3.iso / SOFTWARE / ISSUE2 / PD / CAMPINS.ZIP / DailyOverlookS < prev    next >
Text File  |  2002-05-24  |  852b  |  27 lines

  1. If "<ChangeFSI$Dir>" = "" Then Error Please open a Filer directory containing !ChangeFSI V1.15 (or better) then try again.
  2.  
  3. | This turns on or off the Hourglass when ChangeFSI is converting.
  4. | If you don't want it on Make the line below 'Off'
  5. Set ChangeFSI$Hourglass On
  6.  
  7. WimpSlot -min 2000K
  8. Set campin$dir <obey$dir>.resources
  9. Set campin$path <campin$dir>.
  10. PREFIX <campin$dir>
  11.  
  12. | Daily OverLook. A daily image from around the World
  13. curl --env http://www.dailyoverlook.com/800.php -o today -s -e http://www.dailyoverlook.com/
  14. campin:errorcheck
  15.  
  16. campin:getimgsrc "--800images"
  17.  
  18. SetEVAL surl "http://www.dailyoverlook.com/" + "<urlstring>"
  19. DO campin:curl --env <surl> -o image -s -e http://www.dailyoverlook.com/
  20. campin:errorcheck
  21.  
  22. campin:camchk campin:Image
  23.  
  24. campin:CFSI campin:Image campin:sprite 28r 1:1  -nomode { > null: }
  25.  
  26. Backdrop -C campin:sprite
  27.